home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / tools / drucker / spuler45 / read.me < prev    next >
Text File  |  1995-11-25  |  2KB  |  71 lines

  1. As I haven't found the time to translate the documentation into English
  2. I shall give a short introduction here. German readers may move on to
  3. SPULER45.DVI or SPULER45.TXT straight away.
  4.  
  5.  
  6. FUNCTION
  7.  
  8. The heart of SPULER45 is an interrupt spooler. It writes data given to
  9. the BIOS into a buffer and prints it out asynchronously in the
  10. background. Since version 4.4 there is also a file spooler available
  11. which utilizes the interrupt spooler to print out large files. The file
  12. spooler is designed as a GEM-process that runs parallel to the main
  13. application.
  14.  
  15.  
  16. INSTALLATION
  17.  
  18. Simply put SP45_TSR.PRG into the AUTO folder. If you want to use the
  19. file spooler or want to have some control over the spool process simply
  20. start SPULER45.APP. However, on singletasking machines it may be a
  21. good idea to rename it to SPULER45.ACC and to put it wherever your
  22. accessories are, normally on C:\.
  23.  
  24.  
  25. USAGE OF THE TSR
  26.  
  27. The TSR is completely invisible to you, apart from the fact that
  28. printing seems to be more fluent now. You can, however, change the
  29. configuration (i.e. the buffer size and two delays to play with in case
  30. of lost characters) by starting SP45_CFG.PRG. The changes will come
  31. into effect after the next boot.
  32.  
  33.  
  34. USAGE OF THE ACC/APP
  35.  
  36. Starting with a filename as a parameter or dragging a file on the ACC
  37. in GEMINI initiates the file spooler. Activating without filename can
  38. have three possible consequences:
  39. (1) Normally the main window will appear, showing the status as a bar
  40.     graph.
  41. (2) If LSHIFT is pressed a dialog box will pop up and allow you to
  42.     cancel printing. In any case the spooler will be completely
  43.     reinitialized on exiting the dialog.
  44. (3) If CONTROL is pressed you will be asked for a file to be spooled
  45.     out.
  46. Clicking into the main window with LSHIFT or CONTROL has the
  47. corresponding effect.
  48.  
  49.  
  50. FEATURES
  51.  
  52. - small (TSR and ACC are without buffer <17 KB in memory)
  53. - lean (no traps are being caught)
  54. - quick (TSR in assembler, effective AES-binding)
  55. - uses the AV-protocol
  56. - version 3.0 was published in c't 6/90
  57. - under MagiC or MultiTOS the file spooler is not halted by the screen
  58.   semaphore. Because of that a buffer of 8 KB is totally sufficient.
  59.  
  60.  
  61. AUTHOR
  62.  
  63. Martin Rogge
  64. Möllenholt 24
  65. 24107 Kiel
  66. Germany
  67.  
  68. martin_rogge @ ki.maus.de
  69.  
  70.  
  71.